| Previous | Chapter contents | Chapter top | Section top | Next |
You can use the QTVRGetImagingProperty function to get the current value of an imaging property of a movie.
OSErr QTVRGetImagingProperty (
QTVRInstanceqtvr,
QTVRImagingModeimagingMode,
UInt32imagingProperty,
SInt32*propertyValue);
The QTVRGetImagingProperty function returns, in the long integer pointed to by the propertyValue parameter, the current value of the property specified by the imagingProperty parameter when the QuickTime VR movie specified by the qtvr parameter is in the mode specified by the imagingMode parameter.
| Previous | Chapter contents | Chapter top | Section top | Next |